data[10] = {10,20,30,40,50,60,71,80,90,91};. The above is not correct (syntax error). It means you are assigning an array to data[10] which ... ... <看更多>
Search
Search
data[10] = {10,20,30,40,50,60,71,80,90,91};. The above is not correct (syntax error). It means you are assigning an array to data[10] which ... ... <看更多>